home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Utilitare / supercoolpim / setup.exe / {app} / SuperCoolPIM.exe / 0 / RCDATA / TFRDBLOOKUPFIELDFORM / TFRDBLOOKUPFIELDFORM.txt
Text File  |  2005-01-28  |  3KB  |  176 lines

  1. object frDBLookupFieldForm: TfrDBLookupFieldForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'New lookup field'
  7.   ClientHeight = 269
  8.   ClientWidth = 241
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object GroupBox1: TGroupBox
  19.     Left = 4
  20.     Top = 8
  21.     Width = 233
  22.     Height = 97
  23.     Caption = 'Field'
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 8
  27.       Top = 20
  28.       Width = 28
  29.       Height = 13
  30.       Caption = '&Name'
  31.       FocusControl = NameE
  32.     end
  33.     object Label2: TLabel
  34.       Left = 8
  35.       Top = 44
  36.       Width = 24
  37.       Height = 13
  38.       Caption = '&Type'
  39.       FocusControl = TypeCB
  40.     end
  41.     object Label3: TLabel
  42.       Left = 8
  43.       Top = 68
  44.       Width = 20
  45.       Height = 13
  46.       Caption = '&Size'
  47.       FocusControl = SizeE
  48.     end
  49.     object NameE: TEdit
  50.       Left = 100
  51.       Top = 16
  52.       Width = 121
  53.       Height = 21
  54.       HelpContext = 136
  55.       TabOrder = 0
  56.     end
  57.     object TypeCB: TComboBox
  58.       Left = 100
  59.       Top = 40
  60.       Width = 121
  61.       Height = 21
  62.       HelpContext = 145
  63.       Style = csDropDownList
  64.       ItemHeight = 13
  65.       TabOrder = 1
  66.     end
  67.     object SizeE: TEdit
  68.       Left = 100
  69.       Top = 64
  70.       Width = 45
  71.       Height = 21
  72.       HelpContext = 155
  73.       TabOrder = 2
  74.     end
  75.   end
  76.   object GroupBox2: TGroupBox
  77.     Left = 4
  78.     Top = 112
  79.     Width = 233
  80.     Height = 121
  81.     Caption = 'Lookup definition'
  82.     TabOrder = 1
  83.     object Label4: TLabel
  84.       Left = 8
  85.       Top = 20
  86.       Width = 40
  87.       Height = 13
  88.       Caption = '&Key field'
  89.       FocusControl = lFieldCB
  90.     end
  91.     object Label5: TLabel
  92.       Left = 8
  93.       Top = 44
  94.       Width = 37
  95.       Height = 13
  96.       Caption = '&Dataset'
  97.       FocusControl = lDatasetCB
  98.     end
  99.     object Label6: TLabel
  100.       Left = 8
  101.       Top = 68
  102.       Width = 56
  103.       Height = 13
  104.       Caption = '&Lookup key'
  105.       FocusControl = lKeyCB
  106.     end
  107.     object Label7: TLabel
  108.       Left = 8
  109.       Top = 92
  110.       Width = 52
  111.       Height = 13
  112.       Caption = '&Result field'
  113.       FocusControl = lResultCB
  114.     end
  115.     object lFieldCB: TComboBox
  116.       Left = 100
  117.       Top = 16
  118.       Width = 121
  119.       Height = 21
  120.       HelpContext = 191
  121.       ItemHeight = 13
  122.       TabOrder = 0
  123.     end
  124.     object lDatasetCB: TComboBox
  125.       Left = 100
  126.       Top = 40
  127.       Width = 121
  128.       Height = 21
  129.       HelpContext = 163
  130.       ItemHeight = 13
  131.       TabOrder = 1
  132.       OnChange = lDatasetCBChange
  133.     end
  134.     object lKeyCB: TComboBox
  135.       Left = 100
  136.       Top = 64
  137.       Width = 121
  138.       Height = 21
  139.       HelpContext = 182
  140.       ItemHeight = 13
  141.       TabOrder = 2
  142.     end
  143.     object lResultCB: TComboBox
  144.       Left = 100
  145.       Top = 88
  146.       Width = 121
  147.       Height = 21
  148.       HelpContext = 173
  149.       ItemHeight = 13
  150.       TabOrder = 3
  151.     end
  152.   end
  153.   object Button1: TButton
  154.     Left = 82
  155.     Top = 240
  156.     Width = 75
  157.     Height = 25
  158.     HelpContext = 40
  159.     Caption = 'OK'
  160.     Default = True
  161.     TabOrder = 2
  162.     OnClick = Button1Click
  163.   end
  164.   object Button2: TButton
  165.     Left = 162
  166.     Top = 240
  167.     Width = 75
  168.     Height = 25
  169.     HelpContext = 50
  170.     Cancel = True
  171.     Caption = 'Cancel'
  172.     ModalResult = 2
  173.     TabOrder = 3
  174.   end
  175. end
  176.